@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
	margin: 0;
	padding: 0;
}


select,
input,
button {
	/*vertical-align: middle;
	font-size: 100%;*/
}

ul,
ol {
	list-style: none;
}

fieldset,
img {
	border: 0;
}

em {
	font-style: normal;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
}

.clearfix {
	*zoom: 1;
}











.tab {
	position: relative;
	width: 900px;
	margin-bottom: -2px;
	margin: auto;
	border-bottom: 0 none;
	background: #fff;
}

.tab ul img {
	vertical-align: middle; width: 290px; height: 210px;
}

.slide {
	width: 900px;
	height: 210px;
	overflow: hidden;
	position: relative; margin-bottom: 15px;
}

.slide-ul {
	position: relative;
	width: 3000px;

}

.slide-ul li {
	display: inline; border-radius: 10px;
	float: left;
	width: 290px;
	height: 210px; border: 1px solid #aeaeae; box-sizing: border-box;
	overflow: hidden; margin: 0 10px 10px 0;
}

.slide-ul a {
	display: block;
	width: 290px;
	height: 210px;
	overflow: hidden;
	color: #000;
}

.slide-ul a:hover .pic-txt {
	color: #000;
}

.slide-ul .pic-txt {
	display: block;
	bottom: -128px;
	position: relative;
	width: 290px;
	height: 43px;
	margin: -128px 0 0;
	padding: 0 5px;
	font: 18px/43px Microsoft YaHei;
	text-align: center;
	z-index: 1; display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
	background: rgba(254, 254, 254, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#90000000, endColorstr=#90000000);
	cursor: pointer;
}

:root .slide-ul .pic-txt {
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr=#00000000, endColorstr=#00000000);
}

.info-btn {
	width: 200px;
	height: 30px;
	overflow: hidden;
	margin: 0 auto;

	zoom: 1;
}

.info-btn li {
	float: left;
	padding: 0 8px;
}

.info-btn li span {
	display: block;
	width: 30px;
	height: 30px; background: #757575; text-align: center; line-height: 30px; border-radius: 50%;
	//text-indent: -9999em;
	overflow: hidden;
	cursor: pointer; color: #fff; font-size: 18px;
}

.info-btn .info-cur span,
.info-btn .info-hover span {
 background: #84ba3e; color: #fff;
}




.pic-list {
	padding: 0 0 12px 112px;
	border-bottom: 1px dotted #e0e0e0;
	line-height: 20px;
	word-break: break-all;
}

.pic-list h3 {
	height: 40px;
	margin: 0 0 16px;
	overflow: hidden;
	font-size: 12px;
	font-weight: 400;
}

.pic-list span {
	color: #999;
}

.pic-list .pic {
	float: left;
	width: 100px;
	height: 75px;
	padding: 1px;
	margin: 0 0 0 -112px;
	border: 1px solid #e0e0e0;
}

.pic-list .pic:hover,
.down-img a:hover img {
	border-color: #f60;
}

.pic img {
	vertical-align: middle;
}
